home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / math / setupu1.zip / UNIOS.EXE / TXT / HELP < prev    next >
Text File  |  1996-10-21  |  2KB  |  64 lines

  1. INTRODUCTION
  2.  
  3. This application allows you to convert between different units of measurement.
  4.  
  5. To make a conversion, select the category of units you wish to use.  Then, select the starting and ending units in the two combo boxes marked "Units".  Finally, enter a value into the corresponding "Numbers" edit box.  The conversion will be displayed immediately in the other edit box.
  6.  
  7.  
  8. MENU
  9.  
  10. Exit!: Exit the application.
  11.  
  12. Tools:
  13.     - Options: Modify application options.
  14.     - ABBCAC Units Solver: Convert from A to C (knowing A to B and B to C).
  15.     - Calculator: Run the Windows calculator.
  16.  
  17. Help:
  18.     - Contents: Display this window.
  19.     - About Unios: Display information about this product.
  20.  
  21.  
  22. OPTIONS
  23.  
  24. The options dialog has two tabs.  The first tab (View) allows you to set options about the window.
  25.     - Reload last units: Load the units used in the last session.
  26.     - Always on top: Keep this window on top of all other windows.
  27.     - Decimal precision: The number of decimal point to show.
  28.  
  29. The second tab (Units) allows you to customize your units.
  30.     - Type: Select a category of units.
  31.     - Unit: Select a unit of measurement from the current category.
  32.     - Base: The base unit that is used for calculation.
  33.     - Coeficient: The relationship of the selected unit to the base unit.
  34.  
  35.     - Remove Type: Remove the currently selected type of units.
  36.     - Update Unit: Update the selected unit of measurement using the value in the "Coefficient" text box.
  37.     - Add Unit: Add a new unit using the values specified by the "Unit" and "Coefficient" text boxes.
  38.     - Remove Unit: Remove the currently selected unit of measurement.
  39.  
  40.     - Defaults: Restore the factory settings.
  41.  
  42.  
  43. TIPS
  44.  
  45. - You can customize and add units of measurement in the "Units" tab of the Options dialog box.
  46.  
  47.  
  48. EXAMPLES
  49.  
  50. (A) You want to add a new type of measurement for data.
  51.     1- Select Options from the Tools menu.  Go to the "Units" tab.
  52.     2- Type "Data" into the "Type" combobox.
  53.     3- Type "Bit" into the "Unit" combobox.
  54.     4- Type "1" into the "Coeficient" text box.
  55.     5- Click the "Add Unit" button.
  56.  
  57. (B) You want to add a new unit of measurement for the "Data" type.
  58.     1- Enter the new type as shown in example (A).
  59.     2- Type "Byte" into the "Unit" combobox.
  60.     3- Type ".125" into the "Coeficient" text box (1 bit = 0.125 bytes).
  61.     4- Click the "Add Unit" button.
  62.  
  63. You now have the ability to convert bits to bytes.
  64.